github.com/andybalholm/brotli.histogramPair.idx1 (field)

18 uses

	github.com/andybalholm/brotli (current package)
		cluster.go#L12: 	idx1       uint32
		cluster.go#L23: 	return (p1.idx2 - p1.idx1) > (p2.idx2 - p2.idx1)
		cluster_command.go#L15: 	p.idx1 = p.idx2
		cluster_command.go#L28: 	p.idx1 = idx1
		cluster_command.go#L101: 		best_idx1 = pairs[0].idx1
		cluster_command.go#L126: 				if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
		cluster_distance.go#L17: 	p.idx1 = p.idx2
		cluster_distance.go#L30: 	p.idx1 = idx1
		cluster_distance.go#L103: 		best_idx1 = pairs[0].idx1
		cluster_distance.go#L128: 				if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
		cluster_literal.go#L17: 	p.idx1 = p.idx2
		cluster_literal.go#L30: 	p.idx1 = idx1
		cluster_literal.go#L103: 		best_idx1 = pairs[0].idx1
		cluster_literal.go#L128: 				if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {